home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 2.1 KB | 65 lines | [TEXT/MPS ] |
- /*
- File: CMAcceleration.idl
-
- Contains: ColorSync 2.0 Acceleration Component Interfaces
-
- Version: Technology: ColorSync 2.0
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __CMACCELERATION_IDL__
- #define __CMACCELERATION_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __MEMORY_IDL__
- #include <Memory.idl>
- #endif
- #ifndef __COMPONENTS_IDL__
- #include <Components.idl>
- #endif
- #ifndef __CMAPPLICATION_IDL__
- #include <CMApplication.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
- /* –––––––––––––––––––––––––––––––––––––– version info */
- /* –––––––––––––––––––––––––––––––––––––– Component Type */
- /* –––––––––––––––––––––––––––––––––––––– Required Component function selectors */
- /* –––––––––––––––––––––––––––––––––––––– table data for acceleration component */
- typedef SOMLargeStruct CMAccelerationTableData; /* Derived from a struct of 76 bytes in size */
-
- typedef OpaquePtr CMAccelerationTableDataPtr; /* Substituted OpaquePtr for “CMAccelerationTableData*” */
-
- typedef OpaquePtr CMAccelerationTableDataHdl; /* Substituted OpaquePtr for “CMAccelerationTableDataPtr*” */
-
- /* –––––––––––––––––––––––––––––––––––––– calc data for acceleration component */
- typedef SOMLargeStruct CMAccelerationCalcData; /* Derived from a struct of 20 bytes in size */
-
- typedef OpaquePtr CMAccelerationCalcDataPtr; /* Substituted OpaquePtr for “CMAccelerationCalcData*” */
-
- typedef OpaquePtr CMAccelerationCalcDataHdl; /* Substituted OpaquePtr for “CMAccelerationCalcDataPtr*” */
-
- /*
- ————————————————————————————————————————————————————————————————————————————————————————————————
- A c c e l e r a t i o n C o m p o n e n t I n t e r f a c e s
- ————————————————————————————————————————————————————————————————————————————————————————————————
- */
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __CMACCELERATION_IDL__ */
-
-